home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
extraurb
/
mi076.dir
/
00038_Script_38
< prev
next >
Wrap
Text File
|
1983-01-30
|
1KB
|
38 lines
on ATT_HILITE dacast, acast, deltaspr, deltacast, nohiuno, nohidue
global men,attore
if objectP(men) then exit
if objectP(attore) then exit
repeat while the mousecast >=dacast and the mousecast <= acast
set miohilite = the mousecast
if miohilite >=dacast and miohilite <= acast then
repeat with mm = dacast to acast
set the castnum of sprite (mm-deltaspr) to mm
-- if not voidp (deltascritta) then
-- set the visible of sprite (mm-deltascritta) to false
-- end if
end repeat
set the castnum of sprite (miohilite-deltaspr) to (miohilite+deltacast)
-- if not voidp (deltascritta) then
-- set the visible of sprite (miohilite-deltascritta) to true
-- end if
updatestage
end if
end repeat
if the mousecast = nohiuno or the mousecast = nohidue then
repeat with mm = dacast to acast
set the castnum of sprite (mm-deltaspr) to mm
-- if not voidp (deltascritta) then
-- set the visible of sprite (mm-deltascritta) to false
-- end if
end repeat
end if
end